/** iOS 7 theme */



#afui #navbar {
  background: url("/images/bg-footar.png") repeat scroll 0 0 #BF1A20;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1000;
}

#navbar a {
    background-position: center 3px;
    background-repeat: no-repeat;
    background-size: 30px auto;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 50px;
    line-height: 80px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 20%;
}




    #afui #navbar  span > span {
        display: none;
        position: absolute;
        bottom: 101%;
        left: 0px;
        right: 0px;
        z-index: 1001;
        line-height: 3em;
    }

    #afui #navbar  .on > span {
        display: block;
    }
    #afui #navbar  span a {
        display: block;
        width:100%;
        background-image:none;
         /*        background-position:center left;
        background-repeat:no-repeat;
       text-indent:35px;
        text-align:left;*/
        color:#ffffff;
    }

    #afui #navbar .icon:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



    #afui #navbar .icon.pressed:before {
    }


/*    #afui > #navbar, #afui #navbar span > span {
  background-color: #2b2b2b;
}
*/
#navbar a:after {
    content: "";
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-position: center 3px;
	background-repeat: no-repeat;
	background-size: 30px;
}

#navbar a:before {
    background-position: center 5px;
    background-size: 28px;
}

/*#afui #navbar .pressed {
    background-color: #00AEEF;
}
*/
#afui #navbar .icon.pressed:before {
    color: inherit;
}

#afui #navbar .icon.pressed:before {
    color: inherit;
}